module Base
{
    item LyingGuitarcase
    {
        DisplayCategory = Container,
        WeightReduction	=	20,
        Weight	=	1,
        Type	=	Container,
        Capacity	=	5,
        DisplayName	=	Guitar Case,
        Icon	=	GuitarCase01,
        RunSpeedModifier = 0.97,
        OpenSound   =   OpenBag,
        CloseSound   =   CloseBag,
        PutInSound   =   PutItemInBag,
        ReplaceInSecondHand = Bag_GuitarCase_LHand holdingbagleft,
        ReplaceInPrimaryHand = Bag_GuitarCase_RHand holdingbagright,
        WorldStaticModel = LyingClassicGuitarCase_Ground,
    }


	item LyingPurse
    {
        DisplayCategory = Container,
        WeightReduction	=	55,
        Weight	=	0.5,
        Type	=	Container,
        Capacity	=	12,
        DisplayName	=	Purse,
        Icon	=	Purse,
        OpenSound   =   OpenBag,
        RunSpeedModifier = 0.99,
        CloseSound   =   CloseBag,
        PutInSound   =   PutItemInBag,
		ReplaceInSecondHand = Bag_Purse_LHand holdingbagleft,
        ReplaceInPrimaryHand = Bag_Purse_RHand holdingbagright,
        WorldStaticModel = LyingPurse_Ground,
    }
}